.section-padding {
    padding-top: 45px;
}

.register {
    background: -webkit-linear-gradient(left, #ff3008, #ff3008);
    /* margin-top: 3%;
    padding: 3%; */
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 11%;
}

.invalid-error {
    display: block;
    width: 100%;
    /* margin-top: 0.25rem; */
    font-size: 80%;
    color: #dc3545;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}


/* @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
} */

.register-left p {
    /* font-weight: lighter; */
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.para {
    display: none;
}

.btnRegister {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    background: #ff3008;
    color: #fff;
    font-weight: 600;
    width: 25%;
    cursor: pointer;
    margin-right: 243px;
    margin-left: 243px;
}

.btnRegister2 {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    background: #ff3008;
    color: #fff;
    font-weight: 600;
    width: 25%;
    cursor: pointer;
    margin-left: 163px;
}

.buttonHolder {
    text-align: center;
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #ff3008;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}

.register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #ff3008;
    border: 2px solid #ff3008;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading-txt {
    text-align: center;
    top: 2%;
    margin-bottom: -15%;
    color: #ff3008;
    ;
}

.registration ._span {
    font-size: 28px;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #ff3008;
    ;
}

.showme {
    display: none;
}

@media only screen and (max-width: 768px) {
    .hide {
        display: none;
    }
    .showme {
        display: block;
    }
    .para {
        display: block;
        /* padding-top: 35px; */
        font-size: 18px;
        color: #ff3008;
    }
    .registration ._span {
        font-size: 14px;
    }
    .btnRegister {
        border: none;
        border-radius: 1.5rem;
        padding: 3%;
        background: #ff3008;
        color: #fff;
        font-weight: 600;
        width: 36%;
        cursor: pointer;
        margin-right: 57px;
        margin-left: 104px;
    }
    .section-padding {
        padding-top: 101px;
    }
    .register {
        background: -webkit-linear-gradient(left, #fff, #ffff);
    }
}


/*--thank you pop starts here--*/

.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03A9F4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

.mrgn_btm {
    margin-bottom: 0;
}

#ignismyModal .modal-header {
    border: 0px;
}


/*--thank you pop ends here--*/

.register-left h3,
strong {
    font-weight: 600
}

.subject_banner.subject_article {
    padding-bottom: 70px;
}

.subject_banner {
    background: url(https://ziyyara.com/assets/images/BG4.jpg) no-repeat center center;
    background-size: cover;
    min-height: 600px;
}

.submit-register {
    text-align: center;
    margin: 0 auto;
    width: 25%;
}

.subject_banner .sec.sep {
    border-right: 1px solid #abb1bc;
    display: inline-block;
    /* height: 130px; */
}

.subject_banner .sec {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

.registration h4 {
    color: #ffd4dc;
    text-align: center;
    margin: 1rem 0rem;
}

.subject_banner .sec .sect-div img {
    display: inline;
    width: auto;
    margin: 0 16px 0 0;
}

.sect-div {
    display: block;
    margin: 2rem 0rem;
}

.subject_banner .sec .sect-div .greentext {
    color: #85c332;
}

.right {
    float: right;
}

.subject_banner .sec .sect-div .nobr {
    border-right: none !important;
}

.subject_banner .sec.nobr {
    border-right: none !important;
}

.registration h1 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 0rem;
    line-height: 3rem;
}

.registration {
    padding-top: 7rem!important;
}

.registration small {
    font-size: 1.3rem !important;
}

.mrgn-2 {
    margin: 2rem auto;
}

@media (min-width: 768px) {
    .subject_banner {
        min-height: 500px;
    }
}

.btnRegisterBtn {
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: #7bb942;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    /* width: 25%; */
    cursor: pointer;
    /* margin-right: 243px; */
    /* margin-left: 243px; */
    margin-right: auto;
    margin-left: auto;
}

.reg-form {
    margin-top: 4rem;
}

.register-section {
    padding: 4rem;
}

.registration span {
    color: #85c332;
}

.registration .form-control {
    display: block;
    width: 100%;
    height: 40px;
}

.registration .has-error,
.registration .has-success .form-control-feedback {
    font-size: 1.2rem;
}

.registration .has-error .help-block {
    color: #fbe9e7 !important;
}

#signup_invalid_message {
    display: none;
    color: #fbe9e7 !important;
}

;

/* 
      #myHeader { 
          width:300px !important;
        }

        .center {
            text-align: center
        }   */